home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #3 / IMG 46 Vol 5-3.iso / More Goodies / More For Your Game / Dark Forces / Documentation ƒ / How to use Custom Graphics < prev   
Text File  |  1997-04-01  |  2KB  |  32 lines

  1.  
  2. How to add custom-made components to your levels
  3. by Aris Paterakis
  4.  
  5. Here is what to do if you want to add any of those impressive X-Wings, etc. to your level:
  6.  
  7. 1-Using Dark Forge open a level that has the component and locate the specific object.
  8. 2-Double-click on it to open the object window
  9. 3-Click on the "Type" radio button that represents the right type of the object:
  10. ---> If the object is an FME, it's an object (frame)
  11. ---> If the object is a WAX, it's an enemy (sprite)
  12. ---> If the object is a 3DO, it's a 3D object
  13. ---> If the object is a VOC, it's a sound
  14. 4-A little lower in the same window there's a pop-down menu "Type" - Go there and select "Add object"
  15. 5-Close the level
  16. 6-Using GOBViewer analyze the GOB to its components
  17. 7-Locate the sub-file that corresponds to the object and retrieve it. Keep it somewhere safe
  18.  
  19. You have added this object to your Dark Forge object database and you don't need to do steps 1-7 anymore (only once for each custom-made object)
  20.  
  21. The following steps must be done every time you want to put this object to your levels:
  22.  
  23. 8-Open YOUR level with Dark Forge
  24. 9-Add the object like any other
  25. 10-Add to your GOB the file describing the object (see step 7 above)
  26.  
  27. With the AT-AT Walker there is some more work to do:
  28. Gary Beslisle had to separate the AT-AT into two files (because of its size):
  29. ---> ATAT.3DO contains the head, neck, body, and legs.
  30. ---> ATFEET.3DO contains the feet (one foot to be exact)
  31. You must add both ATAT.3DO and ATFEET.3DO to your level. Observe carefully the coordinates in the level you take it from and try to align the body and the feet in your level with the proper calculations.
  32.